.collection .products-grid .box.product {
    width: 29%;
}

@media screen and (max-width: 500px) {
    .collection .products-grid .box.product {
        width: 100%;
    }
}
